home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tex / inputs / lplain.tex < prev    next >
Text File  |  1991-08-29  |  48KB  |  1,371 lines

  1. % File LPLAIN - Created 29 October 1985 from plain version 1.5CM
  2. %             - Last modified 20 October 1988 to take into account
  3. %               changes to PLAIN.TEX reported by Arthur Ogawa
  4. %             - Modified February 8, 1990 by Dominik Wujastyk to
  5. %               match the PLAIN.TEX meant for TeX 3.0 (\fmtname{plain},
  6. %               \fmtversion{3.0}).
  7. %             - Modified March 15, 1990 by Frank Mittelbach to
  8. %               allow the use of this file both in TeX 2 and 3
  9. %
  10. % This is the LaTeX version of the plain TeX format that's described in
  11. % The TeXbook.  All modifications can be found by searching for
  12. % the word 'LaTeX'.
  13. % N.B.: A version number is defined at the very end of this file;
  14. %       please change that number whenever the file is modified!
  15. % And don't modify the file under any circumstances.
  16. %
  17. %% \CharacterTable
  18. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  19. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  20. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  21. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  22. %%   Dollar        \$     Percent       \%     Ampersand     \&
  23. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  24. %%   Asterisk      \*     Plus          \+     Comma         \,
  25. %%   Minus         \-     Point         \.     Solidus       \/
  26. %%   Colon         \:     Semicolon     \;     Less than     \<
  27. %%   Equals        \=     Greater than  \>     Question mark \?
  28. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  29. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  30. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  31. %%   Right brace   \}     Tilde         \~}
  32. %%
  33.  
  34. \catcode`\{=1 % left brace is begin-group character
  35. \catcode`\}=2 % right brace is end-group character
  36. \catcode`\$=3 % dollar sign is math shift
  37. \catcode`\&=4 % ampersand is alignment tab
  38. \catcode`\#=6 % hash mark is macro parameter character
  39. \catcode`\^=7 \catcode`\^^K=7 % circumflex and uparrow are for superscripts
  40. \catcode`\_=8 \catcode`\^^A=8 % underline and downarrow are for subscripts
  41. \catcode`\^^I=10 % ascii tab is a blank space
  42. \chardef\active=13 \catcode`\~=\active % tilde is active
  43. \catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"
  44.  
  45. \message{Preloading the plain format: codes,}
  46.  
  47. % We had to define the \catcodes right away, before the message line,
  48. % since \message uses the { and } characters.
  49. % When INITEX (the TeX initializer) starts up,
  50. % it has defined the following \catcode values:
  51. % \catcode`\^^@=9 % ascii null is ignored
  52. % \catcode`\^^M=5 % ascii return is end-line
  53. % \catcode`\\=0 % backslash is TeX escape character
  54. % \catcode`\%=14 % percent sign is comment character
  55. % \catcode`\ =10 % ascii space is blank space
  56. % \catcode`\^^?=15 % ascii delete is invalid
  57. % \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters
  58. % \catcode`\a=11 ... \catcode`\z=11 % lowercase letters
  59. % all others are type 12 (other)
  60.  
  61. % Here is a list of the characters that have been specially catcoded:
  62. \def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%
  63.   \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}
  64. % (not counting ascii null, tab, linefeed, formfeed, return, delete)
  65. % Each symbol in the list is preceded by \do, which can be defined
  66. % if you want to do something to every item in the list.
  67.  
  68. % We make @ signs act like letters, temporarily, to avoid conflict
  69. % between user names and internal control sequences of plain format.
  70. \catcode`@=11
  71.  
  72. % INITEX sets up \mathcode x=x, for x=0..127, except that
  73. % \mathcode x=x+"7100, for x = `A to `Z and `a to `z;
  74. % \mathcode x=x+"7000, for x = `0 to `9.
  75. % The following changes define internal codes as recommended
  76. % in Appendix C of The TeXbook:
  77. \mathcode`\^^@="2201 % \cdot
  78. \mathcode`\^^A="3223 % \downarrow
  79. \mathcode`\^^B="010B % \alpha
  80. \mathcode`\^^C="010C % \beta
  81. \mathcode`\^^D="225E % \land
  82. \mathcode`\^^E="023A % \lnot
  83. \mathcode`\^^F="3232 % \in
  84. \mathcode`\^^G="0119 % \pi
  85. \mathcode`\^^H="0115 % \lambda
  86. \mathcode`\^^I="010D % \gamma
  87. \mathcode`\^^J="010E % \delta
  88. \mathcode`\^^K="3222 % \uparrow
  89. \mathcode`\^^L="2206 % \pm
  90. \mathcode`\^^M="2208 % \oplus
  91. \mathcode`\^^N="0231 % \infty
  92. \mathcode`\^^O="0140 % \partial
  93. \mathcode`\^^P="321A % \subset
  94. \mathcode`\^^Q="321B % \supset
  95. \mathcode`\^^R="225C % \cap
  96. \mathcode`\^^S="225B % \cup
  97. \mathcode`\^^T="0238 % \forall
  98. \mathcode`\^^U="0239 % \exists
  99. \mathcode`\^^V="220A % \otimes
  100. \mathcode`\^^W="3224 % \leftrightarrow
  101. \mathcode`\^^X="3220 % \leftarrow
  102. \mathcode`\^^Y="3221 % \rightarrow
  103. \mathcode`\^^Z="8000 % \ne
  104. \mathcode`\^^[="2205 % \diamond
  105. \mathcode`\^^\="3214 % \le
  106. \mathcode`\^^]="3215 % \ge
  107. \mathcode`\^^^="3211 % \equiv
  108. \mathcode`\^^_="225F % \lor
  109. \mathcode`\ ="8000 % \space
  110. \mathcode`\!="5021
  111. \mathcode`\'="8000 % ^\prime
  112. \mathcode`\(="4028
  113. \mathcode`\)="5029
  114. \mathcode`\*="2203 % \ast
  115. \mathcode`\+="202B
  116. \mathcode`\,="613B
  117. \mathcode`\-="2200
  118. \mathcode`\.="013A
  119. \mathcode`\/="013D
  120. \mathcode`\:="303A
  121. \mathcode`\;="603B
  122. \mathcode`\<="313C
  123. \mathcode`\=="303D
  124. \mathcode`\>="313E
  125. \mathcode`\?="503F
  126. \mathcode`\[="405B
  127. \mathcode`\\="026E % \backslash
  128. \mathcode`\]="505D
  129. \mathcode`\_="8000 % \_
  130. \mathcode`\{="4266
  131. \mathcode`\|="026A
  132. \mathcode`\}="5267
  133. \mathcode`\^^?="1273 % \smallint
  134.  
  135. % INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,
  136. % and \lccode`x=`x, \lccode`X=`x; all other values are zero.
  137. % No changes to those tables are needed in plain TeX format.
  138.  
  139. % INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999
  140. % for uppercase letters. The following changes are needed:
  141. \sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0
  142. % The \nonfrenchspacing macro will make further changes to \sfcode values.
  143.  
  144. % Finally, INITEX sets all \delcode values to -1, except \delcode`.=0
  145. \delcode`\(="028300
  146. \delcode`\)="029301
  147. \delcode`\[="05B302
  148. \delcode`\]="05D303
  149. \delcode`\<="26830A
  150. \delcode`\>="26930B
  151. \delcode`\/="02F30E
  152. \delcode`\|="26A30C
  153. \delcode`\\="26E30F
  154. % N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!
  155.  
  156. % To make the plain macros more efficient in time and space,
  157. % several constant values are declared here as control sequences.
  158. % If they were changed, anything could happen; so they are private symbols.
  159. \chardef\@ne=1
  160. \chardef\tw@=2
  161. \chardef\thr@@=3
  162. \chardef\sixt@@n=16
  163. \chardef\@cclv=255
  164. \mathchardef\@cclvi=256
  165. \mathchardef\@m=1000
  166. \mathchardef\@M=10000
  167. \mathchardef\@MM=20000
  168.  
  169. % Allocation of registers
  170.  
  171. % Here are macros for the automatic allocation of \count, \box, \dimen,
  172. % \skip, \muskip, and \toks registers, as well as \read and \write
  173. % stream numbers, \fam codes, \language codes, and \insert numbers.
  174.  
  175. \message{registers,}
  176.  
  177. % When a register is used only temporarily, it need not be allocated;
  178. % grouping can be used, making the value previously in the register return
  179. % after the close of the group.  The main use of these macros is for
  180. % registers that are defined by one macro and used by others, possibly at
  181. % different nesting levels.  All such registers should be defined through
  182. % these macros; otherwise conflicts may occur, especially when two or more
  183. % more macro packages are being used at once.
  184.  
  185. % The following counters are reserved:
  186. %   0 to 9  page numbering
  187. %       10  count allocation
  188. %       11  dimen allocation
  189. %       12  skip allocation
  190. %       13  muskip allocation
  191. %       14  box allocation
  192. %       15  toks allocation
  193. %       16  read file allocation
  194. %       17  write file allocation
  195. %       18  math family allocation
  196. %       19  language allocation
  197. %       20  insert allocation
  198. %       21  the most recently allocated number
  199. %       22  constant -1
  200. % New counters are allocated starting with 23, 24, etc.  Other registers are
  201. % allocated starting with 10.  This leaves 0 through 9 for the user to play
  202. % with safely, except that counts 0 to 9 are considered to be the page and
  203. % subpage numbers (since they are displayed during output). In this scheme,
  204. % \count 10 always contains the number of the highest-numbered counter that
  205. % has been allocated, \count 14 the highest-numbered box, etc.
  206. % Inserts are given numbers 254, 253, etc., since they require a \count,
  207. % \dimen, \skip, and \box all with the same number; \count 19 contains the
  208. % lowest-numbered insert that has been allocated. Of course, \box255 is
  209. % reserved for \output; \count255, \dimen255, and \skip255 can be used freely.
  210.  
  211. % It is recommended that macro designers always use
  212. % \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and
  213. % always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.
  214. % This will prevent ``save stack buildup'' that might otherwise occur.
  215.  
  216. \count10=22 % allocates \count registers 23, 24, ...
  217. \count11=9 % allocates \dimen registers 10, 11, ...
  218. \count12=9 % allocates \skip registers 10, 11, ...
  219. \count13=9 % allocates \muskip registers 10, 11, ...
  220. \count14=9 % allocates \box registers 10, 11, ...
  221. \count15=9 % allocates \toks registers 10, 11, ...
  222. \count16=-1 % allocates input streams 0, 1, ...
  223. \count17=-1 % allocates output streams 0, 1, ...
  224. \count18=3 % allocates math families 4, 5, ...
  225. \count19=0 % allocates \language codes 1, 2, ...
  226. \count20=255 % allocates insertions 254, 253, ...
  227. \countdef\insc@unt=20 % the insertion counter
  228. \countdef\allocationnumber=21 % the most recent allocation
  229. \countdef\m@ne=22 \m@ne=-1 % a handy constant
  230. \def\wlog{\immediate\write\m@ne} % write on log file (only)
  231.  
  232. % Here are abbreviations for the names of scratch registers
  233. % that don't need to be allocated.
  234.  
  235. \countdef\count@=255
  236. \dimendef\dimen@=0
  237. \dimendef\dimen@i=1 % global only
  238. \dimendef\dimen@ii=2
  239. \skipdef\skip@=0
  240. \toksdef\toks@=0
  241.  
  242. % Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo
  243. % and \foo will be defined (with \countdef) to be the next counter.
  244. % To find out which counter \foo is, you can look at \allocationnumber.
  245. % Since there's no \boxdef command, \chardef is used to define a \newbox,
  246. % \newinsert, \newfam, and so on.
  247. % LaTeX change: remove \outer from \newcount and \newdimen (FMi)
  248. %               This is necessary to use \newcount inside \if...
  249. %               later on.
  250.  
  251. \def\newcount{\alloc@0\count\countdef\insc@unt}
  252. \def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
  253. \outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}
  254. \outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}
  255. \outer\def\newbox{\alloc@4\box\chardef\insc@unt}
  256. \let\newtoks=\relax % we do this to allow plain.tex to be read in twice
  257. \outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}
  258. \outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}
  259. \outer\def\newread{\alloc@6\read\chardef\sixt@@n}
  260. \outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}
  261. \outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}
  262. \outer\def\newlanguage{\alloc@9\language\chardef\@cclvi}
  263. \def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne
  264.   \ch@ck#1#4#2% make sure there's still room
  265.   \allocationnumber=\count1#1%
  266.   \global#3#5=\allocationnumber
  267.   \wlog{\string#5=\string#2\the\allocationnumber}}
  268. \outer\def\newinsert#1{\global\advance\insc@unt by\m@ne
  269.   \ch@ck0\insc@unt\count
  270.   \ch@ck1\insc@unt\dimen
  271.   \ch@ck2\insc@unt\skip
  272.   \ch@ck4\insc@unt\box
  273.   \allocationnumber=\insc@unt
  274.   \global\chardef#1=\allocationnumber
  275.   \wlog{\string#1=\string\insert\the\allocationnumber}}
  276. \def\ch@ck#1#2#3{\ifnum\count1#1<#2%
  277.   \else\errmessage{No room for a new #3}\fi}
  278.  
  279. % Here are some examples of allocation.
  280. \newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>
  281. \newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow
  282.  
  283. % LaTeX change: the PLAIN \centering dimension conflicts with
  284. % LaTeX's \centering command, so it is redefined to \@centering.
  285. % This dimension is used by LaTeX.
  286.  
  287. \newskip\@centering \@centering=0pt plus 1000pt minus 1000pt
  288.  
  289. \newdimen\p@ \p@=1pt % this saves macro space and time
  290. \newdimen\z@ \z@=0pt % can be used both for 0pt and 0
  291. \newskip\z@skip \z@skip=0pt plus0pt minus0pt
  292. \newbox\voidb@x % permanently void box register
  293.  
  294. % And here's a different sort of allocation:
  295. % For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.
  296. \outer\def\newif#1{\count@\escapechar \escapechar\m@ne
  297.   \expandafter\expandafter\expandafter
  298.    \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%
  299.   \expandafter\expandafter\expandafter
  300.    \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%
  301.   \@if#1{false}\escapechar\count@} % the condition starts out false
  302. \def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}
  303. {\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required
  304.  
  305. \message{setting up things for TeX 3.0, }
  306.  
  307. % If this file is used in an old TeX we define the new features
  308. % of TeX 3.0 as simple macros or counters so that files that uses
  309. % these features can be processed in such an environment
  310. % (They will however produce some other results).
  311.  
  312. \ifx\undefined\inputlineno
  313.   \newcount\inputlineno
  314.   \inputlineno-1               % this could be used to detect that
  315.                                % an old TeX is in force
  316.   \newcount\language
  317.   \newcount\lefthyphenmin
  318.   \newcount\righthyphenmin
  319.   \newcount\errorcontextlines
  320.   \newcount\holdinginserts
  321.   \newdimen\emergencystretch
  322.   \newcount\badness
  323.   \let\noboundary\relax
  324.   \newcount\setlanguage
  325. \fi
  326.  
  327. % Assign initial values to TeX's parameters
  328.  
  329. \message{parameters,}
  330.  
  331. % All of TeX's numeric parameters are listed here,
  332. % but the code is commented out if no special value needs to be set.
  333. % INITEX makes all parameters zero except where noted.
  334.  
  335. \pretolerance=100
  336. \tolerance=200 % INITEX sets this to 10000
  337. \hbadness=1000
  338. \vbadness=1000
  339. \linepenalty=10
  340. \hyphenpenalty=50
  341. \exhyphenpenalty=50
  342. \binoppenalty=700
  343. \relpenalty=500
  344. \clubpenalty=150
  345. \widowpenalty=150
  346. \displaywidowpenalty=50
  347. \brokenpenalty=100
  348. \predisplaypenalty=10000
  349. % \postdisplaypenalty=0
  350. % \interlinepenalty=0
  351. % \floatingpenalty=0, set during \insert
  352. % \outputpenalty=0, set before TeX enters \output
  353. \doublehyphendemerits=10000
  354. \finalhyphendemerits=5000
  355. \adjdemerits=10000
  356. % \looseness=0, cleared by TeX after each paragraph
  357. % \pausing=0
  358. % \holdinginserts=0
  359. % \tracingonline=0
  360. % \tracingmacros=0
  361. % \tracingstats=0
  362. % \tracingparagraphs=0
  363. % \tracingpages=0
  364. % \tracingoutput=0
  365. \tracinglostchars=1
  366. % \tracingcommands=0
  367. % \tracingrestores=0
  368. % \language=0
  369. \uchyph=1
  370. % \lefthyphenmin=2 \righthyphenmin=3 set below
  371. % \globaldefs=0
  372. % \maxdeadcycles=25 % INITEX does this
  373. % \hangafter=1 % INITEX does this, also TeX after each paragraph
  374. % \fam=0
  375. % \mag=1000 % INITEX does this
  376. % \escapechar=`\\ % INITEX does this
  377. \defaulthyphenchar=`\-
  378. \defaultskewchar=-1
  379. % \endlinechar=`\^^M % INITEX does this
  380. \newlinechar=-1
  381. \delimiterfactor=901
  382. % \time=now % TeX does this at beginning of job
  383. % \day=now % TeX does this at beginning of job
  384. % \month=now % TeX does this at beginning of job
  385. % \year=now % TeX does this at beginning of job
  386. \showboxbreadth=5
  387. \showboxdepth=3
  388. \errorcontextlines=5
  389.  
  390. \hfuzz=0.1pt
  391. \vfuzz=0.1pt
  392. \overfullrule=5pt
  393. \hsize=6.5in
  394. \vsize=8.9in
  395. \maxdepth=4pt
  396. \splitmaxdepth=\maxdimen
  397. \boxmaxdepth=\maxdimen
  398. % \lineskiplimit=0pt, changed by \normalbaselines
  399. \delimitershortfall=5pt
  400. \nulldelimiterspace=1.2pt
  401. \scriptspace=0.5pt
  402. % \mathsurround=0pt
  403. % \predisplaysize=0pt, set before TeX enters $$
  404. % \displaywidth=0pt, set before TeX enters $$
  405. % \displayindent=0pt, set before TeX enters $$
  406. \parindent=20pt
  407. % \hangindent=0pt, zeroed by TeX after each paragraph
  408. % \hoffset=0pt
  409. % \voffset=0pt
  410.  
  411. % \baselineskip=0pt, changed by \normalbaselines
  412. % \lineskip=0pt, changed by \normalbaselines
  413. \parskip=0pt plus 1pt
  414. \abovedisplayskip=12pt plus 3pt minus 9pt
  415. \abovedisplayshortskip=0pt plus 3pt
  416. \belowdisplayskip=12pt plus 3pt minus 9pt
  417. \belowdisplayshortskip=7pt plus 3pt minus 4pt
  418. % \leftskip=0pt
  419. % \rightskip=0pt
  420. \topskip=10pt
  421. \splittopskip=10pt
  422. % \tabskip=0pt
  423. % \spaceskip=0pt
  424. % \xspaceskip=0pt
  425. \parfillskip=0pt plus 1fil
  426.  
  427. \thinmuskip=3mu
  428. \medmuskip=4mu plus 2mu minus 4mu
  429. \thickmuskip=5mu plus 5mu
  430.  
  431. % We also define special registers that function like parameters:
  432. \newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt
  433. \newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt
  434. \newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt
  435. \newskip\normalbaselineskip \normalbaselineskip=12pt
  436. \newskip\normallineskip \normallineskip=1pt
  437. \newdimen\normallineskiplimit \normallineskiplimit=0pt
  438. \newdimen\jot \jot=3pt
  439. \newcount\interdisplaylinepenalty \interdisplaylinepenalty=100
  440. \newcount\interfootnotelinepenalty \interfootnotelinepenalty=100
  441.  
  442. % Definitions for preloaded fonts
  443.  
  444. \def\magstephalf{1095 }
  445. \def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}
  446.  
  447. % Fonts assigned to \preloaded are not part of "plain TeX",
  448. % but they are preloaded so that other format packages can use them.
  449. % For example, if another set of macros says "\font\ninerm=cmr9",
  450. % TeX will not have to reload the font metric information for cmr9.
  451.  
  452. % LaTeX font definitions are taken from the file LFONTS.TEX,
  453. % so all of PLAIN's font definitions are commented out.
  454.  
  455. %\message{fonts,}
  456. %
  457. %\font\tenrm=cmr10 % roman text
  458. %\font\preloaded=cmr9
  459. %\font\preloaded=cmr8
  460. %\font\sevenrm=cmr7
  461. %\font\preloaded=cmr6
  462. %\font\fiverm=cmr5
  463. %
  464. %\font\teni=cmmi10 % math italic
  465. %\font\preloaded=cmmi9
  466. %\font\preloaded=cmmi8
  467. %\font\seveni=cmmi7
  468. %\font\preloaded=cmmi6
  469. %\font\fivei=cmmi5
  470. %
  471. %\font\tensy=cmsy10 % math symbols
  472. %\font\preloaded=cmsy9
  473. %\font\preloaded=cmsy8
  474. %\font\sevensy=cmsy7
  475. %\font\preloaded=cmsy6
  476. %\font\fivesy=cmsy5
  477. %
  478. %\font\tenex=cmex10 % math extension
  479. %
  480. %\font\preloaded=cmss10 % sans serif
  481. %\font\preloaded=cmssq8
  482. %
  483. %\font\preloaded=cmssi10 % sans serif italic
  484. %\font\preloaded=cmssqi8
  485. %
  486. %\font\tenbf=cmbx10 % boldface extended
  487. %\font\preloaded=cmbx9
  488. %\font\preloaded=cmbx8
  489. %\font\sevenbf=cmbx7
  490. %\font\preloaded=cmbx6
  491. %\font\fivebf=cmbx5
  492. %
  493. %\font\tentt=cmtt10 % typewriter
  494. %\font\preloaded=cmtt9
  495. %\font\preloaded=cmtt8
  496. %
  497. %\font\preloaded=cmsltt10 % slanted typewriter
  498. %
  499. %\font\tensl=cmsl10 % slanted roman
  500. %\font\preloaded=cmsl9
  501. %\font\preloaded=cmsl8
  502. %
  503. %\font\tenit=cmti10 % text italic
  504. %\font\preloaded=cmti9
  505. %\font\preloaded=cmti8
  506. %\font\preloaded=cmti7
  507. %
  508. %\message{more fonts,}
  509. %\font\preloaded=cmu10 % unslanted text italic
  510. %
  511. %\font\preloaded=cmmib10 % bold math italic
  512. %\font\preloaded=cmbsy10 % bold math symbols
  513. %
  514. %\font\preloaded=cmcsc10 % caps and small caps
  515. %
  516. %\font\preloaded=cmssbx10 % sans serif bold extended
  517. %
  518. %\font\preloaded=cmdunh10 % Dunhill style
  519. %
  520. %\font\preloaded=cmr7 scaled \magstep4 % for titles
  521. %\font\preloaded=cmtt10 scaled \magstep2
  522. %\font\preloaded=cmssbx10 scaled \magstep2
  523. %
  524. %\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols
  525. %
  526. %% Additional \preloaded fonts can be specified here.
  527. %% (And those that were \preloaded above can be eliminated.)
  528. %
  529. %\let\preloaded=\undefined % preloaded fonts must be declared anew later.
  530. %
  531. %\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177
  532. %\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60
  533. %
  534. %\textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm
  535. %\def\rm{\fam\z@\tenrm}
  536. %\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei
  537. %\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}
  538. %\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy
  539. %\def\cal{\fam\tw@}
  540. %\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex
  541. %\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4
  542. %\textfont\itfam=\tenit
  543. %\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5
  544. %\textfont\slfam=\tensl
  545. %\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6
  546. %\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf
  547. %\scriptscriptfont\bffam=\fivebf
  548. %\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7
  549. %\textfont\ttfam=\tentt
  550.  
  551. % Macros for setting ordinary text
  552. \message{macros,}
  553.  
  554. \def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m
  555.   \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}
  556. \def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%
  557.   \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }
  558.  
  559. \def\normalbaselines{\lineskip\normallineskip
  560.   \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}
  561.  
  562. \def\^^M{\ } % control <return> = control <space>
  563. \def\^^I{\ } % same for <tab>
  564.  
  565. \def\lq{`} \def\rq{'}
  566. \def\lbrack{[} \def\rbrack{]}
  567.  
  568. \let\endgraf=\par \let\endline=\cr
  569.  
  570. \def\space{ }
  571. \def\empty{}
  572. \def\null{\hbox{}}
  573.  
  574. \let\bgroup={ \let\egroup=}
  575.  
  576. % In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'
  577. % since this allows, for example, `\let\par=\cr \obeylines \halign{...'
  578. {\catcode`\^^M=\active % these lines must end with %
  579.   \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%
  580.   \global\let^^M\par} % this is in case ^^M appears in a \write
  581. \def\obeyspaces{\catcode`\ \active}
  582. {\obeyspaces\global\let =\space}
  583.  
  584. \def\loop#1\repeat{\def\body{#1}\iterate}
  585. \def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}
  586. \let\repeat=\fi % this makes \loop...\if...\repeat skippable
  587.  
  588. \def\thinspace{\kern .16667em }
  589. \def\negthinspace{\kern-.16667em }
  590. \def\enspace{\kern.5em }
  591.  
  592. \def\enskip{\hskip.5em\relax}
  593. \def\quad{\hskip1em\relax}
  594. \def\qquad{\hskip2em\relax}
  595.  
  596. \def\smallskip{\vskip\smallskipamount}
  597. \def\medskip{\vskip\medskipamount}
  598. \def\bigskip{\vskip\bigskipamount}
  599.  
  600. \def\nointerlineskip{\prevdepth-1000\p@}
  601. \def\offinterlineskip{\baselineskip-1000\p@
  602.   \lineskip\z@ \lineskiplimit\maxdimen}
  603.  
  604. \def\vglue{\afterassignment\vgl@\skip@=}
  605. \def\vgl@{\par \dimen@\prevdepth \hrule height\z@
  606.   \nobreak\vskip\skip@ \prevdepth\dimen@}
  607. \def\hglue{\afterassignment\hgl@\skip@=}
  608. \def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@
  609.   \nobreak\hskip\skip@ \spacefactor\count@}
  610.  
  611. \def~{\penalty\@M \ } % tie
  612. \def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'
  613.  
  614. \def\break{\penalty-\@M}
  615. \def\nobreak{\penalty \@M}
  616. \def\allowbreak{\penalty \z@}
  617.  
  618. \def\filbreak{\par\vfil\penalty-200\vfilneg}
  619. \def\goodbreak{\par\penalty-500 }
  620. \def\eject{\par\break}
  621. \def\supereject{\par\penalty-\@MM}
  622.  
  623. \def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}
  624. \def\smallbreak{\par\ifdim\lastskip<\smallskipamount
  625.   \removelastskip\penalty-50\smallskip\fi}
  626. \def\medbreak{\par\ifdim\lastskip<\medskipamount
  627.   \removelastskip\penalty-100\medskip\fi}
  628. \def\bigbreak{\par\ifdim\lastskip<\bigskipamount
  629.   \removelastskip\penalty-200\bigskip\fi}
  630.  
  631. % \line changed to \@@line because LaTeX redefines \line
  632. \def\@@line{\hbox to\hsize}
  633. \def\leftline#1{\@@line{#1\hss}}
  634. \def\rightline#1{\@@line{\hss#1}}
  635. \def\centerline#1{\@@line{\hss#1\hss}}
  636. % end of LaTeX \line -> \@@line change
  637.  
  638. \def\rlap#1{\hbox to\z@{#1\hss}}
  639. \def\llap#1{\hbox to\z@{\hss#1}}
  640.  
  641. \def\m@th{\mathsurround=\z@}
  642. \def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@
  643.   \m@th \underline{\box\z@}$}
  644.  
  645. \newbox\strutbox
  646. \setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}
  647. \def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}
  648.  
  649. \def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out
  650. \def\ialign{\everycr{}\tabskip\z@skip\halign} % initialized \halign
  651. \newcount\mscount
  652. \def\multispan#1{\omit \mscount#1
  653.   \loop\ifnum\mscount>\@ne \sp@n\repeat}
  654. \def\sp@n{\span\omit\advance\mscount\m@ne}
  655.  
  656. % LaTeX has its own tabbing environment, so PLAIN's is disabled.
  657. %
  658. %\newif\ifus@ \newif\if@cr
  659. %\newbox\tabs \newbox\tabsyet \newbox\tabsdone
  660. %
  661. %\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}
  662. %\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}
  663. %\let\+=\relax % in case this file is being read in twice
  664. %\def\sett@b{\ifx\next\+\let\next\relax
  665. %    \def\next{\afterassignment\s@tt@b\let\next}%
  666. %  \else\let\next\s@tcols\fi\next}
  667. %\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}
  668. %\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+
  669. %\outer\def\+{\tabalign}
  670. %\def\s@tcols#1\columns{\count@#1 \dimen@\hsize
  671. %  \loop\ifnum\count@>\z@ \@nother \repeat}
  672. %\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@
  673. %  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%
  674. %  \advance\dimen@-\dimen@ii \advance\count@\m@ne}
  675. %
  676. %\def\m@ketabbox{\begingroup
  677. %  \global\setbox\tabsyet\copy\tabs
  678. %  \global\setbox\tabsdone\null
  679. %  \def\cr{\@crtrue\crcr\egroup\egroup
  680. %    \ifus@\unvbox\z@\lastbox\fi\endgroup
  681. %    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%
  682. %  \setbox\z@\vbox\bgroup\@crfalse
  683. %    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}
  684. %
  685. %\def\t@bbox{\setbox\z@\hbox\bgroup}
  686. %\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column
  687. %  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet
  688. %      \global\setbox\@ne\lastbox}% now \box\@ne holds its size
  689. %    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%
  690. %    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi
  691. %    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi
  692. %  \box\z@}
  693.  
  694. \def\hang{\hangindent\parindent}
  695. \def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}
  696. \def\item{\par\hang\textindent}
  697. \def\itemitem{\par\indent \hangindent2\parindent \textindent}
  698. \def\narrower{\advance\leftskip\parindent
  699.   \advance\rightskip\parindent}
  700.  
  701. % LaTeX has its own sectioning macros
  702. %\outer\def\beginsection#1\par{\vskip\z@ plus.3\vsize\penalty-250
  703. %  \vskip\z@ plus-.3\vsize\bigskip\vskip\parskip
  704. %  \message{#1}\leftline{\bf#1}\nobreak\smallskip\noindent}
  705.  
  706. \outer\def\proclaim #1. #2\par{\medbreak
  707.   \noindent{\bf#1.\enspace}{\sl#2\par}%
  708.   \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}
  709.  
  710. \def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em\relax}
  711. \def\ttraggedright{\tt\rightskip\z@ plus2em\relax} % for use with \tt only
  712.  
  713. \chardef\%=`\%
  714. \chardef\&=`\&
  715. \chardef\#=`\#
  716. \chardef\$=`\$
  717. \chardef\ss="19
  718. \chardef\ae="1A
  719. \chardef\oe="1B
  720. \chardef\o="1C
  721. \chardef\AE="1D
  722. \chardef\OE="1E
  723. \chardef\O="1F
  724. \chardef\i="10 \chardef\j="11 % dotless letters
  725. \def\aa{\accent23a}
  726. \def\l{\char32l}
  727. \def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}
  728.  
  729. \def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary
  730. \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}
  731. \def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%
  732.   \rlap{\raise.67\dimen@\hbox{\char'27}}A}
  733.  
  734. \def\mathhexbox#1#2#3{\leavevmode
  735.   \hbox{$\m@th \mathchar"#1#2#3$}}
  736. \def\dag{\mathhexbox279}
  737. \def\ddag{\mathhexbox27A}
  738. \def\S{\mathhexbox278}
  739. \def\P{\mathhexbox27B}
  740.  
  741. \def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%
  742.   \ialign{##\crcr#1\crcr}}} % put characters over each other
  743. \def\ooalign{\lineskiplimit-\maxdimen \oalign}
  744.  
  745. % LaTeX change: \d, \b, \c redefined to work in a moving argument.
  746. \def\pd#1{\oalign{#1\crcr\hidewidth.\hidewidth}}
  747. \def\d{\protect\pd}
  748.  
  749. \def\pb#1{\oalign{#1\crcr\hidewidth
  750.     \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}
  751. \def\b{\protect\pb}
  752.  
  753. \def\pc#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%
  754.   \else{\ooalign{\hidewidth\char24\hidewidth\crcr\unhbox\z@}}\fi}
  755. \def\c{\protect\pc}
  756. % end of LaTeX change to \d, \b, \c
  757.  
  758. \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}
  759.  
  760. % LaTeX change: \ldots is redefined to do essentially what Plain's \dots does,
  761. % so ...
  762. \def\dots{\ldots}
  763.  
  764. \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}
  765.  
  766. \def\`#1{{\accent18 #1}}
  767. \def\'#1{{\accent19 #1}}
  768. \def\v#1{{\accent20 #1}} \let\^^_=\v
  769. \def\u#1{{\accent21 #1}} \let\^^S=\u
  770. \def\=#1{{\accent22 #1}}
  771. \def\^#1{{\accent94 #1}} \let\^^D=\^
  772. \def\.#1{{\accent95 #1}}
  773. \def\H#1{{\accent"7D #1}}
  774. \def\~#1{{\accent"7E #1}}
  775. \def\"#1{{\accent"7F #1}}
  776.  
  777. % LaTeX change: Make \t work in a moving argument.
  778. \def\pt#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}
  779. \def\t{\protect\pt}
  780.  
  781. % LaTeX change: \kern\z@ added to end of \hrulefill and \dotfill
  782. % to make them work in `tabular' and `array' environments.
  783. % (Change made 24 July 1987).
  784. \def\hrulefill{\leaders\hrule\hfill\kern\z@}
  785. \def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill\kern\z@}
  786.  
  787. \def\rightarrowfill{$\m@th\mathord-\mkern-6mu%
  788.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  789.   \mkern-6mu\mathord\rightarrow$}
  790. \def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%
  791.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  792.   \mkern-6mu\mathord-$}
  793. \mathchardef\braceld="37A \mathchardef\bracerd="37B
  794. \mathchardef\bracelu="37C \mathchardef\braceru="37D
  795. \def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru
  796.   \bracelu\leaders\vrule\hfill\bracerd$}
  797. \def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd
  798.   \braceld\leaders\vrule\hfill\braceru$}
  799.  
  800. % LaTeX change: \bye is eliminated.
  801. %\outer\def\bye{\par\vfill\supereject\end}
  802.  
  803. % Macros for math setting
  804. \message{math definitions,}
  805.  
  806. \let\sp=^ \let\sb=_
  807. \def\,{\mskip\thinmuskip}
  808. \def\>{\mskip\medmuskip}
  809. \def\;{\mskip\thickmuskip}
  810. \def\!{\mskip-\thinmuskip}
  811. \def\*{\discretionary{\thinspace\the\textfont2\char2}{}{}}
  812. {\catcode`\'=\active \gdef'{^\bgroup\prim@s}}
  813. \def\prim@s{\prime\futurelet\next\pr@m@s}
  814. \def\pr@m@s{\ifx'\next\let\nxt\pr@@@s \else\ifx^\next\let\nxt\pr@@@t
  815.   \else\let\nxt\egroup\fi\fi \nxt}
  816. \def\pr@@@s#1{\prim@s} \def\pr@@@t#1#2{#2\egroup}
  817. {\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math
  818.  
  819. {\catcode`\_=\active \global\let_=\_} % _ in math is either subscript or \_
  820.  
  821. \mathchardef\alpha="010B
  822. \mathchardef\beta="010C
  823. \mathchardef\gamma="010D
  824. \mathchardef\delta="010E
  825. \mathchardef\epsilon="010F
  826. \mathchardef\zeta="0110
  827. \mathchardef\eta="0111
  828. \mathchardef\theta="0112
  829. \mathchardef\iota="0113
  830. \mathchardef\kappa="0114
  831. \mathchardef\lambda="0115
  832. \mathchardef\mu="0116
  833. \mathchardef\nu="0117
  834. \mathchardef\xi="0118
  835. \mathchardef\pi="0119
  836. \mathchardef\rho="011A
  837. \mathchardef\sigma="011B
  838. \mathchardef\tau="011C
  839. \mathchardef\upsilon="011D
  840. \mathchardef\phi="011E
  841. \mathchardef\chi="011F
  842. \mathchardef\psi="0120
  843. \mathchardef\omega="0121
  844. \mathchardef\varepsilon="0122
  845. \mathchardef\vartheta="0123
  846. \mathchardef\varpi="0124
  847. \mathchardef\varrho="0125
  848. \mathchardef\varsigma="0126
  849. \mathchardef\varphi="0127
  850. \mathchardef\Gamma="7000
  851. \mathchardef\Delta="7001
  852. \mathchardef\Theta="7002
  853. \mathchardef\Lambda="7003
  854. \mathchardef\Xi="7004
  855. \mathchardef\Pi="7005
  856. \mathchardef\Sigma="7006
  857. \mathchardef\Upsilon="7007
  858. \mathchardef\Phi="7008
  859. \mathchardef\Psi="7009
  860. \mathchardef\Omega="700A
  861.  
  862. \mathchardef\aleph="0240
  863. \def\hbar{{\mathchar'26\mkern-9muh}}
  864. \mathchardef\imath="017B
  865. \mathchardef\jmath="017C
  866. \mathchardef\ell="0160
  867. \mathchardef\wp="017D
  868. \mathchardef\Re="023C
  869. \mathchardef\Im="023D
  870. \mathchardef\partial="0140
  871. \mathchardef\infty="0231
  872. \mathchardef\prime="0230
  873. \mathchardef\emptyset="023B
  874. \mathchardef\nabla="0272
  875. \def\surd{{\mathchar"1270}}
  876. \mathchardef\top="023E
  877. \mathchardef\bot="023F
  878. \def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\crcr
  879.       \not\mathrel{\mkern14mu}\crcr
  880.       \noalign{\nointerlineskip}
  881.       \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\crcr}}}}
  882. \mathchardef\triangle="0234
  883. \mathchardef\forall="0238
  884. \mathchardef\exists="0239
  885. \mathchardef\neg="023A \let\lnot=\neg
  886. \mathchardef\flat="015B
  887. \mathchardef\natural="015C
  888. \mathchardef\sharp="015D
  889. \mathchardef\clubsuit="027C
  890. \mathchardef\diamondsuit="027D
  891. \mathchardef\heartsuit="027E
  892. \mathchardef\spadesuit="027F
  893.  
  894. \mathchardef\coprod="1360
  895. \mathchardef\bigvee="1357
  896. \mathchardef\bigwedge="1356
  897. \mathchardef\biguplus="1355
  898. \mathchardef\bigcap="1354
  899. \mathchardef\bigcup="1353
  900. \mathchardef\intop="1352 \def\int{\intop\nolimits}
  901. \mathchardef\prod="1351
  902. \mathchardef\sum="1350
  903. \mathchardef\bigotimes="134E
  904. \mathchardef\bigoplus="134C
  905. \mathchardef\bigodot="134A
  906. \mathchardef\ointop="1348 \def\oint{\ointop\nolimits}
  907. \mathchardef\bigsqcup="1346
  908. \mathchardef\smallint="1273
  909.  
  910. \mathchardef\triangleleft="212F
  911. \mathchardef\triangleright="212E
  912. \mathchardef\bigtriangleup="2234
  913. \mathchardef\bigtriangledown="2235
  914. \mathchardef\wedge="225E \let\land=\wedge
  915. \mathchardef\vee="225F \let\lor=\vee
  916. \mathchardef\cap="225C
  917. \mathchardef\cup="225B
  918. \mathchardef\ddagger="227A
  919. \mathchardef\dagger="2279
  920. \mathchardef\sqcap="2275
  921. \mathchardef\sqcup="2274
  922. \mathchardef\uplus="225D
  923. \mathchardef\amalg="2271
  924. \mathchardef\diamond="2205
  925. \mathchardef\bullet="220F
  926. \mathchardef\wr="226F
  927. \mathchardef\div="2204
  928. \mathchardef\odot="220C
  929. \mathchardef\oslash="220B
  930. \mathchardef\otimes="220A
  931. \mathchardef\ominus="2209
  932. \mathchardef\oplus="2208
  933. \mathchardef\mp="2207
  934. \mathchardef\pm="2206
  935. \mathchardef\circ="220E
  936. \mathchardef\bigcirc="220D
  937. \mathchardef\setminus="226E % for set difference A\setminus B
  938. \mathchardef\cdot="2201
  939. \mathchardef\ast="2203
  940. \mathchardef\times="2202
  941. \mathchardef\star="213F
  942.  
  943. \mathchardef\propto="322F
  944. \mathchardef\sqsubseteq="3276
  945. \mathchardef\sqsupseteq="3277
  946. \mathchardef\parallel="326B
  947. \mathchardef\mid="326A
  948. \mathchardef\dashv="3261
  949. \mathchardef\vdash="3260
  950. \mathchardef\nearrow="3225
  951. \mathchardef\searrow="3226
  952. \mathchardef\nwarrow="322D
  953. \mathchardef\swarrow="322E
  954. \mathchardef\Leftrightarrow="322C
  955. \mathchardef\Leftarrow="3228
  956. \mathchardef\Rightarrow="3229
  957. \def\neq{\not=} \let\ne=\neq
  958. \mathchardef\leq="3214 \let\le=\leq
  959. \mathchardef\geq="3215 \let\ge=\geq
  960. \mathchardef\succ="321F
  961. \mathchardef\prec="321E
  962. \mathchardef\approx="3219
  963. \mathchardef\succeq="3217
  964. \mathchardef\preceq="3216
  965. \mathchardef\supset="321B
  966. \mathchardef\subset="321A
  967. \mathchardef\supseteq="3213
  968. \mathchardef\subseteq="3212
  969. \mathchardef\in="3232
  970. \mathchardef\ni="3233 \let\owns=\ni
  971. \mathchardef\gg="321D
  972. \mathchardef\ll="321C
  973. \mathchardef\not="3236
  974. \mathchardef\leftrightarrow="3224
  975. \mathchardef\leftarrow="3220 \let\gets=\leftarrow
  976. \mathchardef\rightarrow="3221 \let\to=\rightarrow
  977. \mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}
  978. \mathchardef\sim="3218
  979. \mathchardef\simeq="3227
  980. \mathchardef\perp="323F
  981. \mathchardef\equiv="3211
  982. \mathchardef\asymp="3210
  983. \mathchardef\smile="315E
  984. \mathchardef\frown="315F
  985. \mathchardef\leftharpoonup="3128
  986. \mathchardef\leftharpoondown="3129
  987. \mathchardef\rightharpoonup="312A
  988. \mathchardef\rightharpoondown="312B
  989.  
  990. \def\joinrel{\mathrel{\mkern-3mu}}
  991. \def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +
  992. \def\Relbar{\mathrel=}
  993. \mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}
  994. \mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}
  995. \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}
  996. \def\models{\mathrel|\joinrel=}
  997. \def\Longrightarrow{\Relbar\joinrel\Rightarrow}
  998.  
  999. % LaTeX Change: \longrightarrow and \longleftarrow redefined to make
  1000. %   then robust.
  1001. \def\longrightarrow{\protect\@lra}
  1002.   \def\@lra{\relbar\joinrel\rightarrow}
  1003. \def\longleftarrow{\protect\@lla}
  1004.    \def\@lla{\leftarrow\joinrel\relbar}
  1005. % End of LaTeX change to \longrightarrow and \longleftarrow
  1006.  
  1007. \def\Longleftarrow{\Leftarrow\joinrel\Relbar}
  1008. \def\longmapsto{\mapstochar\longrightarrow}
  1009. \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}
  1010. \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}
  1011. \def\iff{\;\Longleftrightarrow\;}
  1012.  
  1013. \mathchardef\ldotp="613A % ldot as a punctuation mark
  1014. \mathchardef\cdotp="6201 % cdot as a punctuation mark
  1015. \mathchardef\colon="603A % colon as a punctuation mark
  1016.  
  1017. % LaTeX change: make \ldots work outside math mode too.
  1018. \def\@ldots{\mathinner{\ldotp\ldotp\ldotp}}
  1019. \def\ldots{\protect\pldots}
  1020. \def\pldots{\relax\ifmmode\@ldots\else\mbox{$\@ldots\,$}\fi}
  1021. % End of LaTeX change to \ldots
  1022.  
  1023. \def\cdots{\mathinner{\cdotp\cdotp\cdotp}}
  1024. \def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@
  1025.     \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}
  1026. \def\ddots{\mathinner{\mkern1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern2mu
  1027.     \raise4\p@\hbox{.}\mkern2mu\raise\p@\hbox{.}\mkern1mu}}
  1028.  
  1029. \def\acute{\mathaccent"7013 }
  1030. \def\grave{\mathaccent"7012 }
  1031. \def\ddot{\mathaccent"707F }
  1032. \def\tilde{\mathaccent"707E }
  1033. \def\bar{\mathaccent"7016 }
  1034. \def\breve{\mathaccent"7015 }
  1035. \def\check{\mathaccent"7014 }
  1036. \def\hat{\mathaccent"705E }
  1037. \def\vec{\mathaccent"017E }
  1038. \def\dot{\mathaccent"705F }
  1039. \def\widetilde{\mathaccent"0365 }
  1040. \def\widehat{\mathaccent"0362 }
  1041. \def\overrightarrow#1{\vbox{\ialign{##\crcr
  1042.       \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  1043.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  1044. \def\overleftarrow#1{\vbox{\ialign{##\crcr
  1045.       \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  1046.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  1047. \def\overbrace#1{\mathop{\vbox{\ialign{##\crcr\noalign{\kern3\p@}
  1048.       \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}
  1049.       $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}
  1050. \def\underbrace#1{\mathop{\vtop{\ialign{##\crcr
  1051.       $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}
  1052.       \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}
  1053. \def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}
  1054.  
  1055. \def\lmoustache{\delimiter"4000340 } % top from (, bottom from )
  1056. \def\rmoustache{\delimiter"5000341 } % top from ), bottom from (
  1057. \def\lgroup{\delimiter"400033A } % extensible ( with sharper tips
  1058. \def\rgroup{\delimiter"500033B } % extensible ) with sharper tips
  1059. \def\arrowvert{\delimiter"33C000 } % arrow without arrowheads
  1060. \def\Arrowvert{\delimiter"33D000 } % double arrow without arrowheads
  1061. \def\bracevert{\delimiter"33E000 } % the vertical bar that extends braces
  1062. \def\Vert{\delimiter"26B30D } \let\|=\Vert
  1063. \def\vert{\delimiter"26A30C }
  1064. \def\uparrow{\delimiter"3222378 }
  1065. \def\downarrow{\delimiter"3223379 }
  1066. \def\updownarrow{\delimiter"326C33F }
  1067. \def\Uparrow{\delimiter"322A37E }
  1068. \def\Downarrow{\delimiter"322B37F }
  1069. \def\Updownarrow{\delimiter"326D377 }
  1070. \def\backslash{\delimiter"26E30F } % for double coset G\backslash H
  1071. \def\rangle{\delimiter"526930B }
  1072. \def\langle{\delimiter"426830A }
  1073. \def\rbrace{\delimiter"5267309 } \let\}=\rbrace
  1074. \def\lbrace{\delimiter"4266308 } \let\{=\lbrace
  1075. \def\rceil{\delimiter"5265307 }
  1076. \def\lceil{\delimiter"4264306 }
  1077. \def\rfloor{\delimiter"5263305 }
  1078. \def\lfloor{\delimiter"4262304 }
  1079.  
  1080. \def\bigl{\mathopen\big}
  1081. \def\bigm{\mathrel\big}
  1082. \def\bigr{\mathclose\big}
  1083. \def\Bigl{\mathopen\Big}
  1084. \def\Bigm{\mathrel\Big}
  1085. \def\Bigr{\mathclose\Big}
  1086. \def\biggl{\mathopen\bigg}
  1087. \def\biggm{\mathrel\bigg}
  1088. \def\biggr{\mathclose\bigg}
  1089. \def\Biggl{\mathopen\Bigg}
  1090. \def\Biggm{\mathrel\Bigg}
  1091. \def\Biggr{\mathclose\Bigg}
  1092. \def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}
  1093. \def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}
  1094. \def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}
  1095. \def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}
  1096. \def\n@space{\nulldelimiterspace\z@ \m@th}
  1097.  
  1098. \def\choose{\atopwithdelims()}
  1099. \def\brack{\atopwithdelims[]}
  1100. \def\brace{\atopwithdelims\{\}}
  1101.  
  1102. \def\sqrt{\radical"270370 }
  1103.  
  1104. \def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%
  1105.   {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}
  1106. \newbox\rootbox
  1107. \def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}
  1108.   \mathpalette\r@@t}
  1109. \def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}
  1110.   \dimen@\ht\z@ \advance\dimen@-\dp\z@
  1111.   \mkern5mu\raise.6\dimen@\copy\rootbox \mkern-10mu \box\z@}
  1112. \newif\ifv@ \newif\ifh@
  1113. \def\vphantom{\v@true\h@false\ph@nt}
  1114. \def\hphantom{\v@false\h@true\ph@nt}
  1115. \def\phantom{\v@true\h@true\ph@nt}
  1116. \def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%
  1117.   \else\let\next\makeph@nt\fi\next}
  1118. \def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}
  1119. \def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}
  1120. \def\finph@nt{\setbox\tw@\null
  1121.   \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi
  1122.   \ifh@ \wd\tw@\wd\z@\fi \box\tw@}
  1123. \def\mathstrut{\vphantom(}
  1124. \def\smash{\relax % \relax, in case this comes first in \halign
  1125.   \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh
  1126.   \fi\next}
  1127. \def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}
  1128. \def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}
  1129. \def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}
  1130.  
  1131. \def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign
  1132. \def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@
  1133.     \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
  1134. \def\notin{\mathrel{\mathpalette\c@ncel\in}}
  1135. \def\c@ncel#1#2{\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}
  1136. \def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}
  1137. \def\rlh@#1{\vcenter{\hbox{\ooalign{\raise2pt
  1138.           \hbox{$#1\rightharpoonup$}\crcr
  1139.         $#1\leftharpoondown$}}}}
  1140. \def\buildrel#1\over#2{\mathrel{\mathop{\kern\z@#2}\limits^{#1}}}
  1141. \def\doteq{\buildrel\textstyle.\over=}
  1142.  
  1143. \def\log{\mathop{\rm log}\nolimits}
  1144. \def\lg{\mathop{\rm lg}\nolimits}
  1145. \def\ln{\mathop{\rm ln}\nolimits}
  1146. \def\lim{\mathop{\rm lim}}
  1147. \def\limsup{\mathop{\rm lim\,sup}}
  1148. \def\liminf{\mathop{\rm lim\,inf}}
  1149. \def\sin{\mathop{\rm sin}\nolimits}
  1150. \def\arcsin{\mathop{\rm arcsin}\nolimits}
  1151. \def\sinh{\mathop{\rm sinh}\nolimits}
  1152. \def\cos{\mathop{\rm cos}\nolimits}
  1153. \def\arccos{\mathop{\rm arccos}\nolimits}
  1154. \def\cosh{\mathop{\rm cosh}\nolimits}
  1155. \def\tan{\mathop{\rm tan}\nolimits}
  1156. \def\arctan{\mathop{\rm arctan}\nolimits}
  1157. \def\tanh{\mathop{\rm tanh}\nolimits}
  1158. \def\cot{\mathop{\rm cot}\nolimits}
  1159. \def\coth{\mathop{\rm coth}\nolimits}
  1160. \def\sec{\mathop{\rm sec}\nolimits}
  1161. \def\csc{\mathop{\rm csc}\nolimits}
  1162. \def\max{\mathop{\rm max}}
  1163. \def\min{\mathop{\rm min}}
  1164. \def\sup{\mathop{\rm sup}}
  1165. \def\inf{\mathop{\rm inf}}
  1166. \def\arg{\mathop{\rm arg}\nolimits}
  1167. \def\ker{\mathop{\rm ker}\nolimits}
  1168. \def\dim{\mathop{\rm dim}\nolimits}
  1169. \def\hom{\mathop{\rm hom}\nolimits}
  1170. \def\det{\mathop{\rm det}}
  1171. \def\exp{\mathop{\rm exp}\nolimits}
  1172. \def\Pr{\mathop{\rm Pr}}
  1173. \def\gcd{\mathop{\rm gcd}}
  1174. \def\deg{\mathop{\rm deg}\nolimits}
  1175.  
  1176. \def\bmod{\mskip-\medmuskip\mkern5mu
  1177.   \mathbin{\rm mod}\penalty900\mkern5mu\mskip-\medmuskip}
  1178. \def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}
  1179.  
  1180. \def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th
  1181.     \ialign{$##\hfil$&\quad##\hfil\crcr#1\crcr}}\right.}
  1182. \def\matrix#1{\null\,\vcenter{\normalbaselines\m@th
  1183.     \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr
  1184.       \mathstrut\crcr\noalign{\kern-\baselineskip}
  1185.       #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}
  1186. \def\pmatrix#1{\left(\matrix{#1}\right)}
  1187. \newdimen\p@renwd
  1188.  
  1189. % LaTeX: following command is moved after the \tenex font is defined
  1190. %  by LFONTS
  1191. %\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1192.  
  1193. \def\bordermatrix#1{\begingroup \m@th
  1194.   \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%
  1195.     \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil
  1196.       &&\quad\hfil$##$\hfil\crcr
  1197.       \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%
  1198.       #1\crcr\omit\strut\cr}}%
  1199.   \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%
  1200.   \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%
  1201.   \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne
  1202.     \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%
  1203.     \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%
  1204.   \null\;\vbox{\kern\ht\@ne\box\tw@}\endgroup}
  1205.  
  1206. \def\openup{\afterassignment\@penup\dimen@=}
  1207. \def\@penup{\advance\lineskip\dimen@
  1208.   \advance\baselineskip\dimen@
  1209.   \advance\lineskiplimit\dimen@}
  1210.  
  1211. % LaTeX change: \eqalign eliminated, since it is replaced by the
  1212. % eqnarray environment.
  1213. %
  1214. %\def\eqalign#1{\null\,\vcenter{\openup\jot\m@th
  1215. %  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil
  1216. %      \crcr#1\crcr}}\,}
  1217.  
  1218. \newif\ifdt@p
  1219. \def\displ@y{\global\dt@ptrue\openup\jot\m@th
  1220.   \everycr{\noalign{\ifdt@p \global\dt@pfalse
  1221.       \vskip-\lineskiplimit \vskip\normallineskiplimit
  1222.       \else \penalty\interdisplaylinepenalty \fi}}}
  1223. \def\@lign{\tabskip\z@skip\everycr{}} % restore inside \displ@y
  1224. \def\displaylines#1{\displ@y
  1225.   \halign{\hbox to\displaywidth{$\@lign\hfil\displaystyle##\hfil$}\crcr
  1226.     #1\crcr}}
  1227.  
  1228. % LaTeX: The following \eqalign type macros are eliminated, since
  1229. % they are replaced by the eqnarray environment.
  1230. %
  1231. %\def\eqalignno#1{\displ@y \tabskip\centering
  1232. %  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1233. %    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1234. %    &\llap{$\@lign##$}\tabskip\z@skip\crcr
  1235. %    #1\crcr}}
  1236. %\def\leqalignno#1{\displ@y \tabskip\centering
  1237. %  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1238. %    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1239. %    &\kern-\displaywidth\rlap{$\@lign##$}\tabskip\displaywidth\crcr
  1240. %    #1\crcr}}
  1241.  
  1242. % Definitions related to output
  1243.  
  1244. % LaTeX uses its own output routine
  1245. %
  1246. %\message{output routines,}
  1247. %
  1248. %\countdef\pageno=0 \pageno=1 % first page is number 1
  1249. %\newtoks\headline \headline={\hfil} % headline is normally blank
  1250. %\newtoks\footline \footline={\hss\tenrm\folio\hss}
  1251. %  % footline is normally a centered page number in font \tenrm
  1252. %\newif\ifr@ggedbottom
  1253. %\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}
  1254. %\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom
  1255. %\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}
  1256. %\def\nopagenumbers{\footline{\hfil}} % blank out the footline
  1257. %\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne
  1258. %  \else\global\advance\pageno\@ne \fi} % increase |pageno|
  1259.  
  1260. % LaTeX does use the same insert for footnotes as PLAIN
  1261. \newinsert\footins
  1262.  
  1263. %\def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later
  1264. %  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
  1265. %  #1\@sf\vfootnote{#1}}
  1266. %\def\vfootnote#1{\insert\footins\bgroup
  1267. %  \interlinepenalty\interfootnotelinepenalty
  1268. %  \splittopskip\ht\strutbox % top baseline for broken footnotes
  1269. %  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  1270. %  \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  1271. %  \textindent{#1}\footstrut\futurelet\next\fo@t}
  1272. %\def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
  1273. %  \else\let\next\f@t\fi \next}
  1274. %\def\f@@t{\bgroup\aftergroup\@foot\let\next}
  1275. %\def\f@t#1{#1\@foot}
  1276. %\def\@foot{\strut\egroup}
  1277. %\def\footstrut{\vbox to\splittopskip{}}
  1278.  
  1279. % LaTeX leaves these initializations for the \footins insert.
  1280. %
  1281. \skip\footins=\bigskipamount % space added when footnote is present
  1282. \count\footins=1000 % footnote magnification factor (1 to 1)
  1283. \dimen\footins=8in % maximum footnotes per page
  1284.  
  1285. %\newinsert\topins
  1286. %\newif\ifp@ge \newif\if@mid
  1287. %\def\topinsert{\@midfalse\p@gefalse\@ins}
  1288. %\def\midinsert{\@midtrue\@ins}
  1289. %\def\pageinsert{\@midfalse\p@getrue\@ins}
  1290. %\skip\topins=\z@skip % no space added when a topinsert is present
  1291. %\count\topins=1000 % magnification factor (1 to 1)
  1292. %\dimen\topins=\maxdimen % no limit per page
  1293. %\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox
  1294. %\def\endinsert{\egroup % finish the \vbox
  1295. %  \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@ \advance\dimen@12\p@
  1296. %    \advance\dimen@\pagetotal \advance\dimen@-\pageshrink
  1297. %    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi
  1298. %  \if@mid \bigskip\box\z@\bigbreak
  1299. %  \else\insert\topins{\penalty100 % floating insertion
  1300. %    \splittopskip\z@skip
  1301. %    \splitmaxdepth\maxdimen \floatingpenalty\z@
  1302. %    \ifp@ge \dimen@\dp\z@
  1303. %    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero
  1304. %    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}
  1305.  
  1306. %\output{\plainoutput}
  1307. %\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%
  1308. %  \advancepageno
  1309. %  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}
  1310. %\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}
  1311. %\def\makeheadline{\vbox to\z@{\vskip-22.5\p@
  1312. %  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}
  1313. %\def\makefootline{\baselineskip24\p@\line{\the\footline}}
  1314. %\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over
  1315. %  \line{}\kern-\topskip\nobreak\vfill\supereject\fi}
  1316. %
  1317. %\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi
  1318. %  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255
  1319. %  \ifvoid\footins\else % footnote info is present
  1320. %    \vskip\skip\footins
  1321. %    \footnoterule
  1322. %    \unvbox\footins\fi
  1323. %  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  1324.  
  1325. % LaTeX keeps PLAIN TeX's \footnoterule as the default
  1326. %
  1327. \def\footnoterule{\kern-3\p@
  1328.   \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high
  1329.  
  1330. % Hyphenation, miscellaneous macros, and initial values for standard layout
  1331. \message{hyphenation}
  1332.  
  1333. \lefthyphenmin=2 \righthyphenmin=3 % disallow x- or -xx breaks
  1334. \input hyphen
  1335.  
  1336. % \magnification doesn't work in LaTeX
  1337. %
  1338. %\def\magnification{\afterassignment\m@g\count@}
  1339. %\def\m@g{\mag\count@
  1340. %  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}
  1341.  
  1342. \def\tracingall{\tracingonline\@ne\tracingcommands\tw@\tracingstats\tw@
  1343.   \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne
  1344.   \tracingmacros\tw@\tracingparagraphs\@ne\tracingrestores\@ne
  1345.   \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode}
  1346.  
  1347. \def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm
  1348.   \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}
  1349.  
  1350. % input LaTeX fonts and commands
  1351.  
  1352. \input lfonts
  1353. \input latex
  1354.  
  1355. % LaTeX change: moved from above.
  1356. \setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1357.  
  1358. % LaTeX: default values
  1359. \normalbaselines
  1360. % LaTeX: select 10pt font size and \rm style
  1361. \xpt
  1362.  
  1363. \nonfrenchspacing % punctuation affects the spacing
  1364. \catcode`@=12 % at signs are no longer letters
  1365.  
  1366. % LaTeX: File called LPLAIN
  1367. % Identify the current format
  1368. \def\fmtname{lplain}\def\fmtversion{2.09-March 15, 1990}
  1369.  
  1370. \typeout{Input any local modifications here.}
  1371.